projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f870a50
)
Mark GtkContainer::resize-mode as deprecated
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:39:38 +0000
(13:39 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:39:38 +0000
(13:39 -0400)
The setter was deprecated a while ago, do the same for the property.
gtk/gtkcontainer.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.c
b/gtk/gtkcontainer.c
index 762b447594610de617ae9e5fa3c2380f6294b444..1c8e78e56beaf63008fb58f5b20d9fd9f44824b7 100644
(file)
--- a/
gtk/gtkcontainer.c
+++ b/
gtk/gtkcontainer.c
@@
-491,7
+491,7
@@
gtk_container_class_init (GtkContainerClass *class)
P_("Specify how resize events are handled"),
GTK_TYPE_RESIZE_MODE,
GTK_RESIZE_PARENT,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE
|G_PARAM_DEPRECATED
));
g_object_class_install_property (gobject_class,
PROP_BORDER_WIDTH,
g_param_spec_uint ("border-width",